QuickOPC User's Guide and Reference
Changing Existing Subscription (OPC UA Alarms & Conditions)
Development Models > Imperative Programming Model > Imperative Programming Model for OPC UA Alarms & Conditions > Subscribing to Information (OPC UA Alarms & Conditions) > Changing Existing Subscription (OPC UA Alarms & Conditions)

It is not necessary to unsubscribe and then subscribe again if you want to change parameters of existing subscription, such as its sampling interval, or the event filter. Instead, change the parameters by calling the ChangeMonitoredItemSubscription method, passing it the subscription handle, and the new parameters.

For changing parameters of multiple subscriptions in an efficient manner, call the ChangeMultipleMonitoredItemSubscriptions method.

See Also